home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tadex10.arc / TADEX.DOC < prev   
Text File  |  1989-04-23  |  6KB  |  108 lines

  1.                                TADEX Version 1.0
  2.                         Telix Auto-Download for EXEC-PC
  3.  
  4.                                 By John Abatte
  5.                                 April 22, 1989
  6.  
  7.  
  8.                                  INTRODUCTION
  9.  
  10.          TADEX was written to automate mail read and file downloads from
  11.     EXEC-PC at a predetermined time selected by the user. In other words,
  12.     those of us who would rather be doing something other than attending
  13.     a keyboard during a download session, like maybe catching up on some
  14.     Z's, or watching old Bogart or Cagney flicks. Also handy for those
  15.     who like saving money on their phone bills, since you can collect
  16.     your mail and read it off-line.
  17.  
  18.          Currently, the script is set up for using Zmodem since this is
  19.     easy to implement with Telix's Zmodem Auto-download feature. I'll be
  20.     adding the option for others in the future. Since this is an initial
  21.     release, I wanted to keep it as simple as possible to minimize the
  22.     possibilities for errors.
  23.  
  24.                                     SETUP
  25.  
  26.          First, fire up Telix and go into your dialing directory. Edit
  27.     your entry for EXEC-PC to run the EXEC script. This is the logon
  28.     script for Telix, and may be used by itself if you like. Just be
  29.     sure to edit out the last line if you want to use it only for
  30.     logons. Now, make a note of the directory entry number for EXEC-PC.
  31.     We'll be using that later in the EXECTIME.SLT file. One last thing
  32.     to do here is to be sure your password is also in the dialing
  33.     directory. The logon script will read it from the dialing directory
  34.     and send it to the BBS.
  35.  
  36.          Now you'll need to edit the EXEC.SLT file to put your name in
  37.     the string variable at the top of the script. Be sure to include the
  38.     semi colon between your first and last name. Edit the next line also
  39.     to place your capture files where you want them. Apart from getting
  40.     your mail and saving it, the capture file will help you to keep
  41.     track of almost everything that occurred during the session, in case
  42.     of a problem.
  43.  
  44.          Next thing to do is edit EXECTIME.SLT. This one's easy! All you
  45.     need to do is edit the line for the dialing directory entry number
  46.     you noted above (you DID make a note, right?). For instance, my
  47.     directory entry is #45. Just replace the number where indicated in
  48.     the script with your entry number for EXEC-PC. Easy, eh?
  49.  
  50.          Next item is to edit EXECDOWN.SLT for the name of the file you
  51.     want to store the filenames for downloading in. The default is to
  52.     access a file called FILELIST.DAT which Telix expects to be located
  53.     in his default directory. You can give the file any name you like
  54.     and specify any path you wish, just be sure to edit the script
  55.     telling Telix where to find the file. If you prefer to take the easy
  56.     way, just create FILELIST.DAT in Telix's startup directory. That's
  57.     it for the setup procedure. Now let's get onto using the scripts.
  58.  
  59.                                    USAGE
  60.  
  61.          OK, now that you've set up all the above your ready to compile
  62.     the scripts. Once that's out of the way, you can create the
  63.     FILELIST.DAT, or whatever you decided to call it in EXECDOWN.SLT.
  64.     This is just a plain ASCII text file containing the names of the
  65.     files you want to download. Please note that you should only place
  66.     one filename on a line since the file is read one line at a time.
  67.     Take a look at the sample included. Be sure not to leave any blank
  68.     lines in the file as this will cause the script to send the blank
  69.     line followed by a carriage return. This effectively tells the BBS
  70.     that you are done entering filenames, but the script will keep
  71.     merrily chugging along thru the list until it reaches the end of the
  72.     file, thereby producing some strange results. I've included a sample
  73.     FILELIST.DAT so you can see the format of the file.
  74.  
  75.          One last item is to be sure you have the Zmodem Auto-download
  76.     feature enabled in Telix, and be sure to set your default protocol
  77.     on the BBS to Zmodem.
  78.  
  79.          Now your ready to actually use the scripts. Start up Telix as
  80.     you normally do, press "Alt-G" for GO, then enter EXECTIME at the
  81.     prompt for the script to run. Now you'll be asked for the time to
  82.     delay script execution. You only need to enter the Hour and Minutes
  83.     you want to start the script. The scripts use 24 hour format so be
  84.     sure to enter the hours and minutes that way, and include the colon
  85.     separating hours and minutes. The exact format is "HH:MM" past
  86.     midnight. Omit the quotes of course. For example, if I wanted to
  87.     have the script execute at 2:30 AM, I'd enter 02:30 at the prompt.
  88.     If I wanted them to start at 7:15 PM I'd enter 19:15. Nothing to it!
  89.     As a convenience, an easy way to run the script is to assign a Macro
  90.     within Telix in the form "@EXECTIME", omitting the quotes of course.
  91.     Note that if you change your mind after starting the timer, you can
  92.     abort it by hitting the "Esc" key at any time.
  93.  
  94.          That's pretty much all there is to do. If you have any
  95.     difficulties, or bug reports, you can leave mail for me on EXEC-PC's
  96.     Telecommunications Conference, in the General Topics section.
  97.  
  98.          Things I plan to add in the future will be a script for dialing
  99.     EXEC-PC thru PC Pursuit, a feature not included in this release due
  100.     to time considerations. Also planned is a means for capturing new
  101.     file uploads to the BBS so that you can find out what new files are
  102.     available since your last call. I'll also be adding support for
  103.     other protocols other than Zmodem, possibly Ymodem-G for those with
  104.     hardware error-correcting modems.
  105.  
  106.                      Have fun and enjoy the scripts!
  107.  
  108.